perm filename TSTLN1.FAI[NEW,AIL] blob sn#408267 filedate 1979-01-08 generic text, type T, neo UTF8
title tstln1

; this is the "main" program. It requires the loading of the
; .rel file tstln2.rel (from assembling tstln2.fai) which in
; turn requires the loading of tstln3.rel. This causes an
; ill mem ref when using link

	.require	tstln2
	extern a,b
start:
        move    1,a
        add     1,b
        movem   1,c
        calli   12
c: 0
        end     start